< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03020200.xhp

(section: eingabeeinaus)

File Input/Output Functions
ファイル入出力関数(hd_id3150791.1)

(/section: eingabeeinaus)

(embed text/sbasic/shared/03020201.xhp#get : linkinfo)

Get Statement [Runtime]
Get ステートメント[実行時](hd_id3154927.1)

Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.
相対編成ファイルのレコードないし、バイナリファイルのバイトシーケンスを読み取って、変数に代入します。(par_id3145069.2)

(/embed text/sbasic/shared/03020201.xhp#get)

(embed text/sbasic/shared/03020202.xhp#input : linkinfo)

Input# Statement [Runtime]
Input# ステートメント [実行時](hd_id3154908.1)

Reads data from an open sequential file.
オープン済みの順編成ファイルからデータを読み取ります。(par_id3156424.2)

(/embed text/sbasic/shared/03020202.xhp#input)

(embed text/sbasic/shared/03020203.xhp#lineinput : linkinfo)

Line Input # Statement [Runtime]
Line Input # ステートメント [実行時](hd_id3153361.1)

Reads strings from a sequential file into a variable.
順編成ファイルから文字列を読み取り、変数に格納します。(par_id3156280.2)

(/embed text/sbasic/shared/03020203.xhp#lineinput)

(embed text/sbasic/shared/03020204.xhp#put : linkinfo)

Put Statement [Runtime]
Put ステートメント [実行時](hd_id3150360.1)

Writes a record to a relative file or a sequence of bytes to a binary file.
相対編成ファイルへの 1 つのレコードの書き込みおよび、バイナリファイルへの 1 つのバイトシーケンスの書き込みが行えます。(par_id3154909.2)

(/embed text/sbasic/shared/03020204.xhp#put)

(embed text/sbasic/shared/03020205.xhp#write : linkinfo)

Write Statement [Runtime]
Write ステートメント [実行時](hd_id3147229.1)

Writes data to a sequential file.
順編成ファイルに対してデータを書き込みます。(par_id3154685.2)

(/embed text/sbasic/shared/03020205.xhp#write)

(embed text/sbasic/shared/03020302.xhp#loc : linkinfo)

Loc Function [Runtime]
Loc 関数 [実行時](hd_id3148663.1)

Returns the current position in an open file.
オープン済みファイルについて、現在のファイルポインタを返します。(par_id3154138.2)

(/embed text/sbasic/shared/03020302.xhp#loc)

(embed text/sbasic/shared/03020304.xhp#seek : linkinfo)

Seek Function [Runtime]
Seek 関数 [実行時](hd_id3154367.1)

Returns the position for the next writing or reading in a file that was opened with the open statement.
open 文で開かれたファイル内の次の書き込みまたは読み取りの位置を返します。(par_id3156280.2)

(/embed text/sbasic/shared/03020304.xhp#seek)

(embed text/sbasic/shared/03020301.xhp#eof : linkinfo)

Eof Function [Runtime]
Eof 関数 [実行時](hd_id3154598.1)

Determines if the file pointer has reached the end of a file.
ファイルポインタがファイル末尾に到達したかを確認します。(par_id3147182.2)

(/embed text/sbasic/shared/03020301.xhp#eof)

(embed text/sbasic/shared/03020303.xhp#lof : linkinfo)

Lof Function [Runtime]
Lof 関数 [実行時](hd_id3156024.1)

Returns the size of an open file in bytes.
オープン済みファイルのサイズを、バイト単位で返します。(par_id3146794.2)

(/embed text/sbasic/shared/03020303.xhp#lof)


< Prev / Next >